Re: [ovs-dev] [PATCH] netdev_dpdk: pci_dev pointer check.

2015-12-22 Thread Pravin Shelar
On Wed, Dec 2, 2015 at 11:30 PM, mweglicx wrote: > This change prevents netdev_dpdk from accessing pointer > which is not valid. > > Signed-off-by: Michal Weglicki Thanks. I applied the patch to master and branch 2.[3-5]. Thanks, Pravin. ___ dev maili

Re: [ovs-dev] [PATCH] netdev_dpdk: pci_dev pointer check.

2015-12-21 Thread Ben Pfaff
It looks obviously correct to me but I guess that Daniele or Pravin should apply it. On Mon, Dec 21, 2015 at 10:04:55AM +, Weglicki, MichalX wrote: > Hello, > > Is it possible to merge this patch? It is quite simple, and very important > for integration with DPDK 2.2. > > Br, > Michal.

Re: [ovs-dev] [PATCH] netdev_dpdk: pci_dev pointer check.

2015-12-21 Thread Weglicki, MichalX
Hello, Is it possible to merge this patch? It is quite simple, and very important for integration with DPDK 2.2. Br, Michal. -Original Message- From: Weglicki, MichalX Sent: Thursday, December 3, 2015 7:30 AM To: dev@openvswitch.org Cc: Weglicki, MichalX Subject: [PATCH] netdev_dp

[ovs-dev] [PATCH] netdev_dpdk: pci_dev pointer check.

2015-12-02 Thread mweglicx
This change prevents netdev_dpdk from accessing pointer which is not valid. Signed-off-by: Michal Weglicki --- lib/netdev-dpdk.c | 8 ++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/lib/netdev-dpdk.c b/lib/netdev-dpdk.c index 4658416..2831a1b 100644 --- a/lib/netdev-dpdk.c