Re: [dpdk-dev] [PATCH] net/ring: support secondary process

2021-03-08 Thread Ferruh Yigit
On 3/7/2021 9:02 PM, Thomas Monjalon wrote: 04/03/2021 18:14, Ferruh Yigit: On 3/1/2021 1:38 PM, Bruce Richardson wrote: On Wed, Sep 30, 2020 at 12:02:40PM +0100, Ferruh Yigit wrote: Also add missing .ini feature list documentation and document some existing features including new "Multiproces

Re: [dpdk-dev] [PATCH] net/ring: support secondary process

2021-03-07 Thread Thomas Monjalon
04/03/2021 18:14, Ferruh Yigit: > On 3/1/2021 1:38 PM, Bruce Richardson wrote: > > On Wed, Sep 30, 2020 at 12:02:40PM +0100, Ferruh Yigit wrote: > >> Also add missing .ini feature list documentation and document some > >> existing features including new "Multiprocess aware" feature. > >> > >> Signe

Re: [dpdk-dev] [PATCH] net/ring: support secondary process

2021-03-04 Thread Ferruh Yigit
On 3/1/2021 1:38 PM, Bruce Richardson wrote: On Wed, Sep 30, 2020 at 12:02:40PM +0100, Ferruh Yigit wrote: Also add missing .ini feature list documentation and document some existing features including new "Multiprocess aware" feature. Signed-off-by: Ferruh Yigit --- Cc: Kevin Laatz --- doc

Re: [dpdk-dev] [PATCH] net/ring: support secondary process

2021-03-01 Thread Bruce Richardson
On Wed, Sep 30, 2020 at 12:02:40PM +0100, Ferruh Yigit wrote: > Also add missing .ini feature list documentation and document some > existing features including new "Multiprocess aware" feature. > > Signed-off-by: Ferruh Yigit > --- > Cc: Kevin Laatz > --- > doc/guides/nics/features/ring.ini |

Re: [dpdk-dev] [PATCH] net/ring: support secondary process

2021-02-17 Thread Ferruh Yigit
On 9/30/2020 12:02 PM, Ferruh Yigit wrote: Also add missing .ini feature list documentation and document some existing features including new "Multiprocess aware" feature. Signed-off-by: Ferruh Yigit --- Cc: Kevin Laatz Hi Bruce, Reminder of this patch waiting for review. Thanks, ferruh

[dpdk-dev] [PATCH] net/ring: support secondary process

2020-09-30 Thread Ferruh Yigit
Also add missing .ini feature list documentation and document some existing features including new "Multiprocess aware" feature. Signed-off-by: Ferruh Yigit --- Cc: Kevin Laatz --- doc/guides/nics/features/ring.ini | 10 ++ drivers/net/ring/rte_eth_ring.c | 17 + 2 fil