[dpdk-dev] [PATCH 3/4] bnxt: Add support for Async Link Notification

2016-10-10 Thread Ajit Khaparde
On Mon, Oct 10, 2016 at 10:40 AM, Ferruh Yigit wrote: > Hi Ajit, > > On 9/29/2016 6:03 PM, Ajit Khaparde wrote: > > This patch adds support to get Link notification asynchronously. > > The HW sends Async notifications on default completion ring. The > > PMD processes these notifications and logs

[dpdk-dev] [PATCH 3/4] bnxt: Add support for Async Link Notification

2016-10-10 Thread Ferruh Yigit
Hi Ajit, On 9/29/2016 6:03 PM, Ajit Khaparde wrote: > This patch adds support to get Link notification asynchronously. > The HW sends Async notifications on default completion ring. The > PMD processes these notifications and logs a message appropriately. > > Signed-off-by: Ajit Khaparde > --- >

[dpdk-dev] [PATCH 3/4] bnxt: Add support for Async Link Notification

2016-09-29 Thread Ajit Khaparde
This patch adds support to get Link notification asynchronously. The HW sends Async notifications on default completion ring. The PMD processes these notifications and logs a message appropriately. Signed-off-by: Ajit Khaparde --- drivers/net/bnxt/Makefile | 1 + drivers/net/bnxt/bnxt.h