Re: [dpdk-dev] [PATCH] examples/ipv4_multicast: remove useless mbuf info copy

2018-12-19 Thread Thomas Monjalon
21/11/2018 11:17, Zhao1, Wei: > Add the background for this patch > https://mails.dpdk.org/archives/dev/2018-November/119391.html > > > There is not need for these useless information and it had better be > > removed in oder not to confusing users. > > > > Signed-off-by: Wei Zhao Applied, than

Re: [dpdk-dev] [PATCH] examples/ipv4_multicast: remove useless mbuf info copy

2018-11-21 Thread Zhao1, Wei
Add the background for this patch https://mails.dpdk.org/archives/dev/2018-November/119391.html > -Original Message- > From: Zhao1, Wei > Sent: Wednesday, November 21, 2018 5:49 PM > To: dev@dpdk.org > Cc: sta...@dpdk.org; Ananyev, Konstantin ; > Zhao1, Wei > Subject: [PATCH] examples/i

[dpdk-dev] [PATCH] examples/ipv4_multicast: remove useless mbuf info copy

2018-11-21 Thread Wei Zhao
There is not need for these useless information and it had better be removed in oder not to confusing users. Signed-off-by: Wei Zhao --- examples/ipv4_multicast/main.c | 8 1 file changed, 8 deletions(-) diff --git a/examples/ipv4_multicast/main.c b/examples/ipv4_multicast/main.c index