X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc_tx.h;h=d0e751a26294ebbbfbf4ccd229c994a70637c678;hb=18a68e046b511a1fc2424f20387332990bc7338b;hp=2d21e6e831ae3ac76e1bb6ce536544f692dadc40;hpb=dbe26517cd774d2b1a11688c914cc5e3e070aaca;p=dpdk.git diff --git a/drivers/net/sfc/sfc_tx.h b/drivers/net/sfc/sfc_tx.h index 2d21e6e831..d0e751a262 100644 --- a/drivers/net/sfc/sfc_tx.h +++ b/drivers/net/sfc/sfc_tx.h @@ -47,8 +47,8 @@ enum sfc_txq_state_bit { }; /** - * Transmit queue control information. Not used on datapath. - * Allocated on the socket specified on the queue setup. + * Transmit queue control primary process-only information. + * Not used on datapath. */ struct sfc_txq { unsigned int hw_index; @@ -95,7 +95,6 @@ sfc_efx_txq_by_dp_txq(struct sfc_dp_txq *dp_txq) struct sfc_txq_info { unsigned int state; unsigned int entries; - struct sfc_txq *txq; struct sfc_dp_txq *dp; boolean_t deferred_start; boolean_t deferred_started;