> -----Original Message----- > From: Manish Chopra [mailto:manish.cho...@qlogic.com] > Sent: Thursday, October 13, 2016 4:53 PM > To: da...@davemloft.net > Cc: netdev@vger.kernel.org; yuval.mi...@qlogic.com; Chopra, Manish > <manish.cho...@cavium.com> > Subject: [PATCH v2 net-next 0/7] qed*: driver updates > > From: Manish Chopra <manish.cho...@caviumnetworks.com> > > Hi David, > > There are several new additions in this series; > Most are connected to either Tx offloading or Rx classifications > [either fastpath changes or supporting configuration]. > > In addition, there's a single IOV enhancement. > > Please consider applying this series to `net-next'. > > V2: > Added a fix for the race in ramrod handling > pointed by Eric Dumazet [patch 7]. >
Hi David, The last patch in this series has caused below kbuild failure. drivers/net/ethernet/qlogic/qed/qed_spq.c: In function 'qed_spq_blocking_cb': drivers/net/ethernet/qlogic/qed/qed_spq.c:62:85: error: call to '__compiletime_assert_60' declared with attribute error: Need native word sized stores/loads for atomicity. I will re-spin the series with kbuild fix and will send out soon. Thanks, Manish