<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-dpdk.git, branch honister</title>
<subtitle>Mirror of git.yoctoproject.org/meta-dpdk</subtitle>
<id>https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=honister</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=honister'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/'/>
<updated>2021-08-27T16:39:36+00:00</updated>
<entry>
<title>dpdk/19.11: upgrade 19.11.5 -&gt; 19.11.9</title>
<updated>2021-08-27T16:39:36+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-08-27T15:39:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=6c1b9b6cfe495ed5e62e1d2b8f75f24a790ee696'/>
<id>urn:sha1:6c1b9b6cfe495ed5e62e1d2b8f75f24a790ee696</id>
<content type='text'>
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk-kmods: use https protocol</title>
<updated>2021-08-20T15:07:24+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2021-08-20T04:01:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=84709a1281172140661c49bca86b248fe68301cc'/>
<id>urn:sha1:84709a1281172140661c49bca86b248fe68301cc</id>
<content type='text'>
Fetch src over https url.

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk-kmods: add recipe for igb_uio kernel module</title>
<updated>2021-08-13T02:08:11+00:00</updated>
<author>
<name>Naveen Saini</name>
<email>naveen.kumar.saini@intel.com</email>
</author>
<published>2021-08-13T01:24:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=17a7102a4ff685d1b40c4055beedfea84693e8df'/>
<id>urn:sha1:17a7102a4ff685d1b40c4055beedfea84693e8df</id>
<content type='text'>
It provides UIO kernek driver for Intel IGB PCI cards.

http://git.dpdk.org/dpdk-kmods/

Signed-off-by: Naveen Saini &lt;naveen.kumar.saini@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>layer.conf: add honister to LAYERSERIES_COMPAT</title>
<updated>2021-08-03T15:51:34+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-08-03T15:49:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=dec69339617632f2a1dcf18b7c122ea125ab6810'/>
<id>urn:sha1:dec69339617632f2a1dcf18b7c122ea125ab6810</id>
<content type='text'>
Mark the layer as compatible with honister and remove gatesgarth.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>Convert to using new override syntax</title>
<updated>2021-08-03T15:48:18+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-08-03T15:48:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=770364576514c867b8ef5b56c94d0b1b569bae44'/>
<id>urn:sha1:770364576514c867b8ef5b56c94d0b1b569bae44</id>
<content type='text'>
Use the script convert-overrides.py to convert to new syntax.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: fix finding librt</title>
<updated>2021-06-25T07:57:30+00:00</updated>
<author>
<name>Mohamad Noor Alim Hussin</name>
<email>mohamad.noor.alim.hussin@intel.com</email>
</author>
<published>2021-06-24T09:26:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=fb2dd96868a3eb51673e4a1e122e0b375aa1832f'/>
<id>urn:sha1:fb2dd96868a3eb51673e4a1e122e0b375aa1832f</id>
<content type='text'>
The generated pkg-config libdpdk.pc file has the output
with full path of librt such as
&lt;builddir&gt;/recipe-sysroot/usr/lib/librt.so
instead of -lrt.

This will cause an issue when compile DPDK app
with static library as the librt is not found with the
hardcode path in the libdpdk.pc file.

Signed-off-by: Mohamad Noor Alim Hussin &lt;mohamad.noor.alim.hussin@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: fix build with GCC 11</title>
<updated>2021-06-10T08:24:12+00:00</updated>
<author>
<name>Mingli Yu</name>
<email>mingli.yu@windriver.com</email>
</author>
<published>2021-06-10T07:00:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=e73b8ba6a6ea6e987a3a67456b6951c717633396'/>
<id>urn:sha1:e73b8ba6a6ea6e987a3a67456b6951c717633396</id>
<content type='text'>
Fixes:
 | In function 'memset',
 |     inlined from 'test_table_stub' at test_table_tables.c:151:4:
 | /buildarea/tmp/work/intel_x86_64-wrs-linux/dpdk/19.11.5-r0/recipe-sysroot/usr/include/bits/string_fortified.h:59:10: error: '__builtin_memset' offset [0, 31] is out of the bounds [0, 0] [-Werror=array-bounds]

Signed-off-by: Mingli Yu &lt;mingli.yu@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk/20.11: disable afxdp PACKAGECONFIG by default</title>
<updated>2021-05-07T08:32:22+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2021-05-07T08:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=c011004a49ffb1304f376f0fdc65066913102d5f'/>
<id>urn:sha1:c011004a49ffb1304f376f0fdc65066913102d5f</id>
<content type='text'>
libbpf is in meta-oe and dpdk layer doesn't depend on oe layer.

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk/20.11: Enable libbpf PACKAGECONFIG for AF_XDP driver</title>
<updated>2021-05-07T00:43:53+00:00</updated>
<author>
<name>Mohamad Noor Alim Hussin</name>
<email>mohamad.noor.alim.hussin@intel.com</email>
</author>
<published>2021-05-06T07:51:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=512bad803bb86fe1501ceb3f0214d5853e58acf1'/>
<id>urn:sha1:512bad803bb86fe1501ceb3f0214d5853e58acf1</id>
<content type='text'>
AF_XDP driver depend of libbpf. Enable it so that AF_XDP
driver can be compiled.

Signed-off-by: Mohamad Noor Alim Hussin &lt;mohamad.noor.alim.hussin@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk/20.11: add libvirt PACKAGECONFIG</title>
<updated>2021-04-26T02:43:43+00:00</updated>
<author>
<name>Zqiang</name>
<email>qiang.zhang@windriver.com</email>
</author>
<published>2021-04-23T08:56:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=8fb1422a63b2c6ae3179a45019d78e458be43174'/>
<id>urn:sha1:8fb1422a63b2c6ae3179a45019d78e458be43174</id>
<content type='text'>
Fix follow warning
"WARNING: dpdk-20.11.1-r0 do_configure: QA Issue: dpdk:
invalid PACKAGECONFIG: libvirt [invalid-packageconfig]"

Signed-off-by: Zqiang &lt;qiang.zhang@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
</feed>
