<feed xmlns='http://www.w3.org/2005/Atom'>
<title>linux/meta-dpdk.git, branch sumo</title>
<subtitle>Mirror of git.yoctoproject.org/meta-dpdk</subtitle>
<id>https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=sumo</id>
<link rel='self' href='https://git.enea.com/cgit/linux/meta-dpdk.git/atom?h=sumo'/>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/'/>
<updated>2018-10-18T02:10:22+00:00</updated>
<entry>
<title>dpdk: support build with external &amp; multilib toolchains</title>
<updated>2018-10-18T02:10:22+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=8d202b0a3c5408cf6768750de9f05deae683cbb8'/>
<id>urn:sha1:8d202b0a3c5408cf6768750de9f05deae683cbb8</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;
Signed-off-by: Anuj Mittal &lt;anuj.mittal@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: upgrade to latest stable release 18.02.2</title>
<updated>2018-10-08T03:06:49+00:00</updated>
<author>
<name>Arsalan H. Awan</name>
<email>Arsalan_Awan@mentor.com</email>
</author>
<published>2018-10-03T09:31:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=54aab0196f26de76dc8a3c52e42f380501b18c9f'/>
<id>urn:sha1:54aab0196f26de76dc8a3c52e42f380501b18c9f</id>
<content type='text'>
This upgrades DPDK to the latest stable release v18.02.2

Signed-off-by: Arsalan H. Awan &lt;Arsalan_Awan@mentor.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>
<entry>
<title>dpdk: Add the missing return in get_dpdk_target_mach()</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:00+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=250bc6207f7a91911d6ab12e7c0f654b709a3ede'/>
<id>urn:sha1:250bc6207f7a91911d6ab12e7c0f654b709a3ede</id>
<content type='text'>
Otherwise it always return "default" no matter what we set in
"DPDK_TARGET_MACHINE".

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: Remove the useless checksums</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:06:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=873cc2a1448deac1fde9a989b34ca5185201cac9'/>
<id>urn:sha1:873cc2a1448deac1fde9a989b34ca5185201cac9</id>
<content type='text'>
After changing to the git repo, these checksums become useless.
Just drop them.

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: move common fragments to include</title>
<updated>2018-04-12T16:00:48+00:00</updated>
<author>
<name>Awais Belal</name>
<email>awais_belal@mentor.com</email>
</author>
<published>2018-04-11T07:54:31+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=d82b045ffe1a35b328a68b2c27088d2f557ac42e'/>
<id>urn:sha1:d82b045ffe1a35b328a68b2c27088d2f557ac42e</id>
<content type='text'>
This cleans up the versioned recipes and moves the common
fragments to the include so to make the maintenance easy.

Signed-off-by: Awais Belal &lt;awais_belal@mentor.com&gt;
Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
<entry>
<title>dpdk: Use git repo</title>
<updated>2018-04-12T15:57:21+00:00</updated>
<author>
<name>Kevin Hao</name>
<email>kexin.hao@windriver.com</email>
</author>
<published>2018-04-09T02:27:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=242f6362a33312f07a4d54541aa61fa1ace52fb2'/>
<id>urn:sha1:242f6362a33312f07a4d54541aa61fa1ace52fb2</id>
<content type='text'>
This is more convenient for development.

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: remove dpdk-16.04-Fix-for-misleading-indentation-error.patch</title>
<updated>2018-04-09T23:47:22+00:00</updated>
<author>
<name>California Sullivan</name>
<email>california.l.sullivan@intel.com</email>
</author>
<published>2018-04-09T23:47:22+00:00</published>
<link rel='alternate' type='text/html' href='https://git.enea.com/cgit/linux/meta-dpdk.git/commit/?id=eff812eeba5cbcc409a30b343956858171146103'/>
<id>urn:sha1:eff812eeba5cbcc409a30b343956858171146103</id>
<content type='text'>
Upstream fixed the misleading indentation so this patch is no longer
necessary.

Signed-off-by: California Sullivan &lt;california.l.sullivan@intel.com&gt;
</content>
</entry>
</feed>
