RE: [PATCH v2 net-next 0/7] qed*: driver updates
From: Chopra, Manish <hidden>
Date: 2016-10-14 11:28:13
-----Original Message----- From: Manish Chopra [mailto:manish.chopra@qlogic.com] Sent: Thursday, October 13, 2016 4:53 PM To: davem@davemloft.net Cc: netdev@vger.kernel.org; Yuval.Mintz@qlogic.com; Chopra, Manish [off-list ref] Subject: [PATCH v2 net-next 0/7] qed*: driver updates From: Manish Chopra <redacted> 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