Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
app/dumpcap: remove unused struct array
[ upstream commit 9bbd44d ] The callbacks(rx_cb) member of struct interface was unused inside dumpcap, but was taking up a lot of memory space, since it was scaled according to RTE_MAX_QUEUES_PER_PORT, which is 1k by default. Save memory by removing the whole array. Fixes: cbb4414 ("app/dumpcap: add new packet capture application") Suggested-by: Stephen Hemminger <[email protected]> Signed-off-by: Bruce Richardson <[email protected]> Acked-by: Stephen Hemminger <[email protected]>
- Loading branch information