[dpdk-dev] Why DPDK is not using compressed TRIE for LPM6 ?

2017-05-24 Thread ankit bhardwaj
doing the compression? Q2. In the worst case the table will behave like an uncompressed TRIE and in other cases, there is a scope of improvement. Is it worth doing? -- Ankit Bhardwaj

[dpdk-dev] How to change the batch size at NIC

2017-03-22 Thread ankit bhardwaj
changed in the code to change the batch size at NIC and what is the default batch size at NIC in DPDK ? Thanks, Ankit Bhardwaj

[dpdk-dev] Effect of batching done at NIC and in application

2017-03-17 Thread ankit bhardwaj
guration ? What are the factors which should be used in deciding the batch size ? I am assuming that latency/per packet is not an issue and we are interested in the throughput. Q3: If first part is not the batch size at NIC, how to add functionality for that ? Thanks Ankit Bhardwaj