Re: [dpdk-dev] [PATCH v5 01/51] net/bnxt: add basic infrastructure for VF reps

2020-07-06 Thread Ferruh Yigit
On 7/6/2020 3:14 PM, Ajit Khaparde wrote: > On Mon, Jul 6, 2020 at 7:05 AM Somnath Kotur > wrote: > > On Mon, Jul 6, 2020 at 3:37 PM Ferruh Yigit > wrote: > > > > On 7/3/2020 10:01 PM, Ajit Khaparde wrote: > >

Re: [dpdk-dev] [PATCH v5 01/51] net/bnxt: add basic infrastructure for VF reps

2020-07-06 Thread Ajit Khaparde
On Mon, Jul 6, 2020 at 7:05 AM Somnath Kotur wrote: > On Mon, Jul 6, 2020 at 3:37 PM Ferruh Yigit > wrote: > > > > On 7/3/2020 10:01 PM, Ajit Khaparde wrote: > > > From: Somnath Kotur > > > > > > Defines data structures and code to init/uninit > > > VF representors during pci_probe and pci_remo

Re: [dpdk-dev] [PATCH v5 01/51] net/bnxt: add basic infrastructure for VF reps

2020-07-06 Thread Somnath Kotur
On Mon, Jul 6, 2020 at 3:37 PM Ferruh Yigit wrote: > > On 7/3/2020 10:01 PM, Ajit Khaparde wrote: > > From: Somnath Kotur > > > > Defines data structures and code to init/uninit > > VF representors during pci_probe and pci_remove > > respectively. > > Most of the dev_ops for the VF representor ar

Re: [dpdk-dev] [PATCH v5 01/51] net/bnxt: add basic infrastructure for VF reps

2020-07-06 Thread Ferruh Yigit
On 7/3/2020 10:01 PM, Ajit Khaparde wrote: > From: Somnath Kotur > > Defines data structures and code to init/uninit > VF representors during pci_probe and pci_remove > respectively. > Most of the dev_ops for the VF representor are just > stubs for now and will be will be filled out in next patch