Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix ixgbe private API calling

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 4:29 PM, Iremonger, Bernard wrote: > Hi Ferruh, > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, January 11, 2017 4:19 PM >> To: Iremonger, Bernard ; Lu, Wenzhuo >> ; dev@dpdk.org >> Cc: Wu, Jingjing ; sta...@dpdk.org >> Subject: Re: [dpdk-stable] [dpdk-dev]

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix ixgbe private API calling

2017-01-11 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, January 11, 2017 4:19 PM > To: Iremonger, Bernard ; Lu, Wenzhuo > ; dev@dpdk.org > Cc: Wu, Jingjing ; sta...@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix ixgbe > private API calling > > O

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix ixgbe private API calling

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 3:47 PM, Iremonger, Bernard wrote: > Hi Ferruh, > >> -Original Message- >> From: Yigit, Ferruh >> Sent: Wednesday, January 11, 2017 3:27 PM >> To: Iremonger, Bernard ; Lu, Wenzhuo >> ; dev@dpdk.org >> Cc: Wu, Jingjing ; sta...@dpdk.org >> Subject: Re: [dpdk-stable] [dpdk-dev]

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix ixgbe private API calling

2017-01-11 Thread Iremonger, Bernard
Hi Ferruh, > -Original Message- > From: Yigit, Ferruh > Sent: Wednesday, January 11, 2017 3:27 PM > To: Iremonger, Bernard ; Lu, Wenzhuo > ; dev@dpdk.org > Cc: Wu, Jingjing ; sta...@dpdk.org > Subject: Re: [dpdk-stable] [dpdk-dev] [PATCH] app/testpmd: fix ixgbe > private API calling > > O

Re: [dpdk-dev] [dpdk-stable] [PATCH] app/testpmd: fix ixgbe private API calling

2017-01-11 Thread Ferruh Yigit
On 1/11/2017 3:20 PM, Iremonger, Bernard wrote: > Hi Wenzhuo, > > >>> Subject: [dpdk-dev] [PATCH] app/testpmd: fix ixgbe private API calling >>> >>> Some ixgbe private APIs are added to expose ixgbe specific functions. >>> When they're used by testpmd, there's no check for if the NICs are ixgbe.