Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-23 Thread Ananyev, Konstantin
> > 23/10/2018 10:33, Ananyev, Konstantin: > > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > > 22/10/2018 23:24, Ananyev, Konstantin: > > > > From: Thomas Monjalon > > > > > 22/10/2018 15:37, Andrew Rybchenko: > > > > > > On 10/22/18 4:15 PM, Thomas Monjalon wrote: > > > > > > > The MA

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-23 Thread Thomas Monjalon
23/10/2018 10:33, Ananyev, Konstantin: > From: Thomas Monjalon [mailto:tho...@monjalon.net] > > 22/10/2018 23:24, Ananyev, Konstantin: > > > From: Thomas Monjalon > > > > 22/10/2018 15:37, Andrew Rybchenko: > > > > > On 10/22/18 4:15 PM, Thomas Monjalon wrote: > > > > > > The MAC addresses of a por

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-23 Thread Ananyev, Konstantin
ind.com; Horton, Remy > ; Richardson, Bruce > > Subject: Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as > iterator filter > > 22/10/2018 23:24, Ananyev, Konstantin: > > From: Thomas Monjalon > > > 22/10/2018 15:37, Andrew Rybchenko: > > >

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-23 Thread Thomas Monjalon
22/10/2018 23:24, Ananyev, Konstantin: > From: Thomas Monjalon > > 22/10/2018 15:37, Andrew Rybchenko: > > > On 10/22/18 4:15 PM, Thomas Monjalon wrote: > > > > The MAC addresses of a port can be matched with devargs. > > > > > > > > As the conflict between rte_ether.h and netinet/ether.h is not re

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Ananyev, Konstantin
om; > Horton, Remy ; Richardson, Bruce > ; olivier.m...@6wind.com > Subject: Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as > iterator filter > > 22/10/2018 15:37, Andrew Rybchenko: > > On 10/22/18 4:15 PM, Thomas Monjalon wrote: > > > The MAC addresses of

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Andrew Rybchenko
On 10/22/18 4:15 PM, Thomas Monjalon wrote: The MAC addresses of a port can be matched with devargs. As the conflict between rte_ether.h and netinet/ether.h is not resolved, the MAC parsing is done with a rte_cmdline function. As a result, cmdline library becomes a dependency of ethdev. Signed-

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Andrew Rybchenko
On 10/22/18 5:02 PM, Thomas Monjalon wrote: 22/10/2018 15:37, Andrew Rybchenko: On 10/22/18 4:15 PM, Thomas Monjalon wrote: The MAC addresses of a port can be matched with devargs. As the conflict between rte_ether.h and netinet/ether.h is not resolved, the MAC parsing is done with a rte_cmdli

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Thomas Monjalon
22/10/2018 15:37, Andrew Rybchenko: > On 10/22/18 4:15 PM, Thomas Monjalon wrote: > > The MAC addresses of a port can be matched with devargs. > > > > As the conflict between rte_ether.h and netinet/ether.h is not resolved, > > the MAC parsing is done with a rte_cmdline function. > > As a result, c

Re: [dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Andrew Rybchenko
On 10/22/18 4:15 PM, Thomas Monjalon wrote: The MAC addresses of a port can be matched with devargs. As the conflict between rte_ether.h and netinet/ether.h is not resolved, the MAC parsing is done with a rte_cmdline function. As a result, cmdline library becomes a dependency of ethdev. Signed-

[dpdk-dev] [PATCH v3 4/4] ethdev: support MAC address as iterator filter

2018-10-22 Thread Thomas Monjalon
The MAC addresses of a port can be matched with devargs. As the conflict between rte_ether.h and netinet/ether.h is not resolved, the MAC parsing is done with a rte_cmdline function. As a result, cmdline library becomes a dependency of ethdev. Signed-off-by: Thomas Monjalon --- lib/Makefile