Re: [dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-18 Thread Ferruh Yigit
On 7/18/2018 5:04 PM, Eads, Gage wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, July 18, 2018 9:25 AM >> To: Eads, Gage ; dev@dpdk.org >> Subject: Re: [PATCH] net/pcap: set queue started and stopped >> >> On 7/18/2018 3:17 PM, Eads, Gage wrote: >>> >>> --

Re: [dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-18 Thread Eads, Gage
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, July 18, 2018 9:25 AM > To: Eads, Gage ; dev@dpdk.org > Subject: Re: [PATCH] net/pcap: set queue started and stopped > > On 7/18/2018 3:17 PM, Eads, Gage wrote: > > > > > >> -Original Message- > >> From: Yigit, Ferruh

Re: [dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-18 Thread Ferruh Yigit
On 7/18/2018 3:17 PM, Eads, Gage wrote: > > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, July 18, 2018 4:14 AM >> To: Eads, Gage ; dev@dpdk.org >> Subject: Re: [PATCH] net/pcap: set queue started and stopped >> >> On 7/9/2018 9:21 PM, Gage Eads wrote: >>> Set the rx an

Re: [dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-18 Thread Eads, Gage
> -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, July 18, 2018 4:14 AM > To: Eads, Gage ; dev@dpdk.org > Subject: Re: [PATCH] net/pcap: set queue started and stopped > > On 7/9/2018 9:21 PM, Gage Eads wrote: > > Set the rx and tx queue state appropriately when the queues or

Re: [dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-18 Thread Ferruh Yigit
On 7/9/2018 9:21 PM, Gage Eads wrote: > Set the rx and tx queue state appropriately when the queues or device are > started or stopped. Is there a specific reason to enable these dev_ops, if so can you please document in commit log? > > Signed-off-by: Gage Eads > --- > drivers/net/pcap/rte_eth

[dpdk-dev] [PATCH] net/pcap: set queue started and stopped

2018-07-09 Thread Gage Eads
Set the rx and tx queue state appropriately when the queues or device are started or stopped. Signed-off-by: Gage Eads --- drivers/net/pcap/rte_eth_pcap.c | 42 + 1 file changed, 42 insertions(+) diff --git a/drivers/net/pcap/rte_eth_pcap.c b/drivers/net/