X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fnet%2Fenic%2Fenic.h;h=5f0ae395daf6d4cb29db6ad23a6c53c4f457c995;hb=b805cd8187b927b7c691beec7c58d2c83a1589f3;hp=9b25e6aa49f5f470883a10770635ea7c27908f32;hpb=859540e719668fe935f553eedd1114c5a6ce1ba6;p=dpdk.git diff --git a/drivers/net/enic/enic.h b/drivers/net/enic/enic.h index 9b25e6aa49..5f0ae395da 100644 --- a/drivers/net/enic/enic.h +++ b/drivers/net/enic/enic.h @@ -106,7 +106,6 @@ struct rte_flow { /* Per-instance private data structure */ struct enic { - struct enic *next; struct rte_pci_device *pdev; struct vnic_enet_config config; struct vnic_dev_bar bar0; @@ -296,10 +295,6 @@ static inline unsigned int enic_vnic_rq_count(struct enic *enic) static inline unsigned int enic_cq_rq(__rte_unused struct enic *enic, unsigned int rq) { - /* Scatter rx uses two receive queues together with one - * completion queue, so the completion queue number is no - * longer the same as the rq number. - */ return rq; }