diff options
author | Xavier Simonart <xavier.simonart@intel.com> | 2019-10-17 12:02:53 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2019-10-17 12:02:53 +0000 |
commit | 14662f0369b03038ac2a73d183736300fb9ca2a9 (patch) | |
tree | 81dd8a88ecccea91f3b2dccd0424439d77da849f /VNFs/DPPD-PROX/prox_port_cfg.h | |
parent | 0a514302c83a5982a05a631365b5623aeee49ada (diff) | |
parent | 516ed17e6c6c59ab0ed4cd868a1205455cfe47ef (diff) |
Merge "Increase the default number of rx and tx descriptors to 2K"
Diffstat (limited to 'VNFs/DPPD-PROX/prox_port_cfg.h')
-rw-r--r-- | VNFs/DPPD-PROX/prox_port_cfg.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/VNFs/DPPD-PROX/prox_port_cfg.h b/VNFs/DPPD-PROX/prox_port_cfg.h index c025c03d..6a02cf0b 100644 --- a/VNFs/DPPD-PROX/prox_port_cfg.h +++ b/VNFs/DPPD-PROX/prox_port_cfg.h @@ -72,6 +72,10 @@ struct prox_port_cfg { } capabilities; uint32_t max_rx_pkt_len; uint32_t min_rx_bufsize; + uint16_t min_rx_desc; + uint16_t max_rx_desc; + uint16_t min_tx_desc; + uint16_t max_tx_desc; uint32_t nb_mc_addr; struct ether_addr mc_addr[NB_MCAST_ADDR]; }; |