]> git.droids-corp.org - dpdk.git/blobdiff - drivers/net/cxgbe/base/adapter.h
net/cxgbe: add API to program hardware layer 2 table
[dpdk.git] / drivers / net / cxgbe / base / adapter.h
index e98dd2182555536c264944d9c94500edc0b2d105..9f4a9653c8eb7c270bf338f4862b90fcc1316307 100644 (file)
@@ -324,7 +324,10 @@ struct adapter {
 
        unsigned int clipt_start; /* CLIP table start */
        unsigned int clipt_end;   /* CLIP table end */
+       unsigned int l2t_start;   /* Layer 2 table start */
+       unsigned int l2t_end;     /* Layer 2 table end */
        struct clip_tbl *clipt;   /* CLIP table */
+       struct l2t_data *l2t;     /* Layer 2 table */
 
        struct tid_info tids;     /* Info used to access TID related tables */
 };