[PATCH v1 1/2] net/axgbe: add multi-process support

2023-01-03 Thread Jesna K E
Added multi-process support for axgbe PMD To achieve multi-process support separate out TX and RX function inside the axgbe driver and call that from a secondary process when it is attaching to an already-configured NIC Signed-off-by: Jesna K E --- .mailmap | 1 +

Re: [PATCH v1 1/2] net/axgbe: add multi-process support

2022-12-23 Thread Ferruh Yigit
On 12/23/2022 10:44 AM, Ferruh Yigit wrote: > On 12/21/2022 2:52 AM, Jesna K E wrote: >> +/* Takes ethdev as parameter >> + * Used in dev_start by primary process and then >> + * in dev_init by secondary process when attaching to an existing ethdev. >> + */ >> +void >> +axgbe_set_tx_function(stru

Re: [PATCH v1 1/2] net/axgbe: add multi-process support

2022-12-23 Thread Ferruh Yigit
On 12/21/2022 2:52 AM, Jesna K E wrote: > +/* Takes ethdev as parameter > + * Used in dev_start by primary process and then > + * in dev_init by secondary process when attaching to an existing ethdev. > + */ > +void > +axgbe_set_tx_function(struct rte_eth_dev *dev) > +{ > + struct axgbe_port

Re: [PATCH v1 1/2] net/axgbe: add multi-process support

2022-12-21 Thread Ferruh Yigit
On 12/21/2022 2:52 AM, Jesna K E wrote: > Added multi-process support for axgbe PMD > To achieve multi-process support separate out TX and RX function > inside the axgbe driver and call that from a secondary process > when it is attaching to an already-configured NIC > > Signed-off-by: Jesna K E

[PATCH v1 1/2] net/axgbe: add multi-process support

2022-12-20 Thread Jesna K E
Added multi-process support for axgbe PMD To achieve multi-process support separate out TX and RX function inside the axgbe driver and call that from a secondary process when it is attaching to an already-configured NIC Signed-off-by: Jesna K E --- doc/guides/nics/features/axgbe.ini | 1 + driv

[PATCH v1 1/2] net/axgbe: add multi-process support

2022-12-20 Thread Jesna K E
Added multi-process support for axgbe PMD To achieve multi-process support separate out TX and RX function inside the axgbe driver and call that from a secondary process when it is attaching to an already-configured NIC Signed-off-by: Jesna K E --- doc/guides/nics/features/axgbe.ini | 1 + driv