X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fsfc%2Fsfc_ev.h;h=346e3ec328371c295e9c497de17016f89bdebae2;hb=f74df2c57e7bad1eab47798af355f69c97dce18d;hp=f38e6b8daf3d1de459bbbcff1e834139d82e70c9;hpb=ce35b05c635ea358242983b3d353e24c5edf3264;p=dpdk.git diff --git a/drivers/net/sfc/sfc_ev.h b/drivers/net/sfc/sfc_ev.h index f38e6b8daf..346e3ec328 100644 --- a/drivers/net/sfc/sfc_ev.h +++ b/drivers/net/sfc/sfc_ev.h @@ -41,6 +41,7 @@ extern "C" { struct sfc_adapter; struct sfc_rxq; +struct sfc_txq; enum sfc_evq_state { SFC_EVQ_UNINITIALIZED = 0, @@ -58,6 +59,7 @@ struct sfc_evq { boolean_t exception; efsys_mem_t mem; struct sfc_rxq *rxq; + struct sfc_txq *txq; /* Not used on datapath */ struct sfc_adapter *sa; @@ -72,6 +74,8 @@ struct sfc_evq_info { unsigned int max_entries; /* Real number of EVQ entries, less or equal to max_entries */ unsigned int entries; + /* Event queue creation flags */ + uint32_t flags; /* NUMA-aware EVQ data structure used on datapath */ struct sfc_evq *evq; };