<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-dpdk.git, branch thud</title>
<subtitle>Mirror of git.yoctoproject.org/meta-dpdk</subtitle>
<id>https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=thud</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=thud'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/'/>
<updated>2018-10-08T04:56:19+00:00</updated>
<entry>
<title>layer.conf: Add thud to LAYERSERIES_COMPAT</title>
<updated>2018-10-08T04:56:19+00:00</updated>
<author>
<name>Hongxu Jia</name>
<email>hongxu.jia@windriver.com</email>
</author>
<published>2018-10-08T03:28:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=cf8e415965e364dba9ccc83b205e24d9c830e0b9'/>
<id>urn:sha1:cf8e415965e364dba9ccc83b205e24d9c830e0b9</id>
<content type='text'>
Since `9ec5a8a layer.conf: Drop sumo from LAYERSERIES_CORENAMES' and
`9867924 layer.conf: Add thud to LAYERSERIES_CORENAMES' applied in oe-core,
add thud to LAYERSERIES_COMPAT

Signed-off-by: Hongxu Jia &lt;hongxu.jia@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: support build with external &amp; multilib toolchains</title>
<updated>2018-10-03T09:12:01+00:00</updated>
<author>
<name>Arsalan H. Awan</name>
<email>Arsalan_Awan@mentor.com</email>
</author>
<published>2018-10-02T19:05:28+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=7f6bffb51c1f157adedf191a0d131973d02a028a'/>
<id>urn:sha1:7f6bffb51c1f157adedf191a0d131973d02a028a</id>
<content type='text'>
This fixes dpdk build when using an external toolchain by adding
the HOST_CC_ARCH &amp; TOOLCHAIN_OPTIONS to EXTRA_CFLAGS the way
standard Yocto does it to gather all the necessary flags for
compilation.
The TOOLCHAIN_OPTIONS variable also provides the sysroot flag, so
no need to explicitly provide the sysroot.

This commit also fixes the build when using a multilib toolchain
by adding the LDEMULATION flags to the LDFLAGS via TUNE_LDARGS
which are required while linking with a multilib toolchain.

Signed-off-by: Arsalan H. Awan &lt;Arsalan_Awan@mentor.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Install the examples&amp;test app in a dpdk specific directory</title>
<updated>2018-09-21T05:04:50+00:00</updated>
<author>
<name>Kevin Hao</name>
<email>kexin.hao@windriver.com</email>
</author>
<published>2018-09-20T11:05:56+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=229c0bc374b495e8ebc5f13aabfe41fd4482a938'/>
<id>urn:sha1:229c0bc374b495e8ebc5f13aabfe41fd4482a938</id>
<content type='text'>
Currently the examples&amp;test applications would be installed into
directories like:
  /usr/share/examples
  /usr/share/test

These directories just seem too general, so change them to:
  /usr/share/dpdk/examples
  /usr/share/dpdk/test

Signed-off-by: Kevin Hao &lt;kexin.hao@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk-dev-libibverbs: remove</title>
<updated>2018-09-07T03:58:45+00:00</updated>
<author>
<name>Anuj Mittal</name>
<email>anuj.mittal@intel.com</email>
</author>
<published>2018-09-06T04:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=a3c96e04c7d9ad1a015e227fa376e9066c6552a9'/>
<id>urn:sha1:a3c96e04c7d9ad1a015e227fa376e9066c6552a9</id>
<content type='text'>
The upstream repo has been taken down and the role of libibverbs has
been taken over by rdma-core instead [1][2].

[1] https://www.openfabrics.org/downloads/verbs/README.html
[2] https://git.kernel.org/pub/scm/libs/infiniband/libibverbs.git/tree/README

Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk-dev-libibverbs: fix do_fetch error</title>
<updated>2018-09-03T00:47:53+00:00</updated>
<author>
<name>Changqing Li</name>
<email>changqing.li@windriver.com</email>
</author>
<published>2018-08-31T02:16:58+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=9f6f79b1f56824413786c4013f9397d93e377a02'/>
<id>urn:sha1:9f6f79b1f56824413786c4013f9397d93e377a02</id>
<content type='text'>
original URI have been deleted(don't know why). Here I just
use yocto source mirror to fix fetch error.  But it should be
replace by offcial libibverbs here: "https://github.com/linux-rdma/
rdma-core/tree/master/libibverbs".

Since I don't have condition to test dpdk function, I can only go far
to build success, and seems there is big change between source on
yocto mirror and the offcial libibverbs, so for now, just use the mirror.

Signed-off-by: Changqing Li &lt;changqing.li@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Upgrade to 17.11.3</title>
<updated>2018-08-17T06:15:43+00:00</updated>
<author>
<name>He Zhe</name>
<email>zhe.he@windriver.com</email>
</author>
<published>2018-08-14T08:09:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=c4a671b9d4f7025acfdc422d5bb5d743eaa1e42a'/>
<id>urn:sha1:c4a671b9d4f7025acfdc422d5bb5d743eaa1e42a</id>
<content type='text'>
And add strncpy warning/error fixes for GCC8

Signed-off-by: He Zhe &lt;zhe.he@windriver.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: upgrade to 18.05</title>
<updated>2018-06-19T01:21:57+00:00</updated>
<author>
<name>Tan, Raymond</name>
<email>raymond.tan@intel.com</email>
</author>
<published>2018-06-14T15:55:25+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=b7c4b921d5914ec090971655127a7295eebcdb17'/>
<id>urn:sha1:b7c4b921d5914ec090971655127a7295eebcdb17</id>
<content type='text'>
This patch upgrades DPDK to the latest release of v18.05.

Signed-off-by: Tan, Raymond &lt;raymond.tan@intel.com&gt;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Set the correct RTE_TARGET for x86 machines</title>
<updated>2018-04-30T22:07:10+00:00</updated>
<author>
<name>Kevin Hao</name>
<email>kexin.hao@windriver.com</email>
</author>
<published>2018-04-26T06:04:55+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=9d2d7a606278131479cc5b6c8cad65ddea3ff9f6'/>
<id>urn:sha1:9d2d7a606278131479cc5b6c8cad65ddea3ff9f6</id>
<content type='text'>
The TARGET_ARCH may be different for different x86 machines,
for example i586(qemux86) and i686(genericx86). So choose the "x86"
override to set the correct RTE_TARGET for these machines.

Signed-off-by: Kevin Hao &lt;kexin.hao@windriver.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Fix the self reference error when building with unsupported arch</title>
<updated>2018-04-30T22:07:05+00:00</updated>
<author>
<name>Kevin Hao</name>
<email>kexin.hao@windriver.com</email>
</author>
<published>2018-04-26T01:51:48+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=002366a2afba1e6f9f623678834f3361a1b5c82a'/>
<id>urn:sha1:002366a2afba1e6f9f623678834f3361a1b5c82a</id>
<content type='text'>
Fix the following parse error when building with unsupported arch, such
as arm:
bb.data_smart.ExpansionError: Failure expanding variable RTE_TARGET, expression was ${RTE_TARGET} which triggered exception Exception: variable RTE_TARGET references itself!

Signed-off-by: Kevin Hao &lt;kexin.hao@windriver.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Add support for arm64</title>
<updated>2018-04-16T23:47:50+00:00</updated>
<author>
<name>Kevin Hao</name>
<email>kexin.hao@windriver.com</email>
</author>
<published>2018-04-13T05:07:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=8722a569c39896f27e91607b32826e128cd0fc5b'/>
<id>urn:sha1:8722a569c39896f27e91607b32826e128cd0fc5b</id>
<content type='text'>
Signed-off-by: Kevin Hao &lt;kexin.hao@windriver.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
</feed>
