X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fnfp%2Fnfp_net_pmd.h;h=1ae0ea62673c76256c31570d204f513f2e4a1a66;hb=3fc8de4f8df4a5f9ca23b0bc2d1ab592719c5daf;hp=d7e38d4fd9a18485712fc7f22b3ea498a20468ed;hpb=c4171b520b3fc84913aa5c22490167f5c47a2d80;p=dpdk.git diff --git a/drivers/net/nfp/nfp_net_pmd.h b/drivers/net/nfp/nfp_net_pmd.h index d7e38d4fd9..1ae0ea6267 100644 --- a/drivers/net/nfp/nfp_net_pmd.h +++ b/drivers/net/nfp/nfp_net_pmd.h @@ -256,7 +256,7 @@ struct nfp_net_txq { uint32_t tx_hthresh; /* not used by now. Future? */ uint32_t tx_wthresh; /* not used by now. Future? */ uint32_t txq_flags; /* not used by now. Future? */ - uint8_t port_id; + uint16_t port_id; int qidx; int tx_qcidx; __le64 dma; @@ -441,6 +441,7 @@ struct nfp_net_hw { uint8_t is_pf; uint8_t pf_port_idx; uint8_t pf_multiport_enabled; + union eth_table_entry *eth_table; nspu_desc_t *nspu_desc; nfpu_desc_t *nfpu_desc; };