> From: dev [mailto:dev-boun...@dpdk.org] On Behalf Of Alexey > Kardashevskiy > Sent: Thursday, April 20, 2017 8:24 AM > To: dev@dpdk.org > Cc: Alexey Kardashevskiy <a...@ozlabs.ru>; j...@zurich.ibm.com; > Gowrishankar Muthukrishnan <gowrishanka...@in.ibm.com> > 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 <a...@ozlabs.ru>
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