[dpdk-dev] [PATCH] examples/l3fwd: use correct IP reserved address range
David Marchand
david.marchand at redhat.com
Thu Nov 7 21:52:47 CET 2019
Stephen,
Do we want to fix testpmd?
$ git grep 192.*18 origin/master -- app/test-pmd/
origin/master:app/test-pmd/txonly.c:uint32_t tx_ip_src_addr = (192U <<
24) | (18 << 16) | (0 << 8) | 1;
origin/master:app/test-pmd/txonly.c:uint32_t tx_ip_dst_addr = (192U <<
24) | (18 << 16) | (0 << 8) | 2;
Commit bf5b2126bf44 ("app/testpmd: add ability to set Tx IP and UDP parameters")
I will take this patch on the example, for now.
On Wed, Nov 6, 2019 at 6:36 AM Hemant Agrawal <hemant.agrawal at nxp.com> wrote:
>
> > -----Original Message-----
> > From: dev <dev-bounces at dpdk.org> On Behalf Of Stephen Hemminger
> > Sent: Tuesday, November 5, 2019 9:39 PM
> > To: dev at dpdk.org
> > Cc: Stephen Hemminger <stephen at networkplumber.org>; Ferruh Yigit
> > <ferruh.yigit at intel.com>
> > Subject: [dpdk-dev] [PATCH] examples/l3fwd: use correct IP reserved
> > address range
> >
> > The original patch used incorrect subnet range for testing.
> >
> > Fixes: 37afe381bde4 ("examples/l3fwd: use reserved IP addresses")
>
> [Hemant] better to also add Cc: stable at dpdk.org
Yes.
> Acked-by: Hemant Agrawal <hemant.agrawal at nxp.com>
Applied, thanks.
--
David Marchand
More information about the dev
mailing list