> From: dev [mailto:[email protected]] On Behalf Of Alexey > Kardashevskiy > Sent: Thursday, April 20, 2017 8:24 AM > To: [email protected] > Cc: Alexey Kardashevskiy <[email protected]>; [email protected]; > Gowrishankar Muthukrishnan <[email protected]> > Subject: [dpdk-dev] [PATCH dpdk 2/5] pci: Initialize common rte driver > pointer > > The existing code initializes a PCI driver pointer but not the common one. > As the result, ring_dma_zone_reserve() in drivers/net/bnx2x/bnx2x_rxtx.c > crashed as dev->device->driver==NULL. > > This adds missing initialization. > > Signed-off-by: Alexey Kardashevskiy <[email protected]>
This and 3rd patch - could you please split them so that there are no unrelated patches in the patchset? I.e. a patchset for VFIO changes, a separate patch for PCI, and a patch for bnx2x driver, and then just make a note in the annotation that they are interdependent. Thanks, Anatoly

