Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Several cases of overlapping changes, except the packet scheduler conflicts which deal with the addition of the free list parameter to qdisc_enqueue(). Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
@@ -2220,7 +2220,7 @@ void qlcnic_83xx_process_rcv_ring_diag(struct qlcnic_host_sds_ring *sds_ring)
|
||||
if (!opcode)
|
||||
return;
|
||||
|
||||
ring = QLCNIC_FETCH_RING_ID(qlcnic_83xx_hndl(sts_data[0]));
|
||||
ring = QLCNIC_FETCH_RING_ID(sts_data[0]);
|
||||
qlcnic_83xx_process_rcv_diag(adapter, ring, sts_data);
|
||||
desc = &sds_ring->desc_head[consumer];
|
||||
desc->status_desc_data[0] = cpu_to_le64(STATUS_OWNER_PHANTOM);
|
||||
|
Reference in New Issue
Block a user