[dpdk-dev] GSOC ideas

2019-01-19 Thread Stephen Hemminger
Here are the project ideas: * Port one or more of the Linux/BSD Adaptive Queue Management such as Codel, Fair Queue and CAKE to DPDK. * Create a mini router example using virtio user or KNI and a netlink listener * Create simple vswitch to replace OVS and Linux bridge for the basic use case of cont

[dpdk-dev] [PATCH] service: fix parameter type

2019-01-19 Thread Nikhil Rao
The type of value parameter to rte_service_attr_get should be uint64_t *, since the attributes are of type uint64_t. Fixes: 4d55194d76a4 ("service: add attribute get function") Reviewed-by: Gage Eads Signed-off-by: Nikhil Rao --- lib/librte_eal/common/include/rte_service.h | 2 +- lib/librte_e

Re: [dpdk-dev] [PATCH] gso: fix VxLAN/GRE tunnel checks

2019-01-19 Thread Hu, Jiayu
Hi Andrew, Would you please give more explanation about the problem that the patch wants to fix? Thanks, Jiayu > -Original Message- > From: Andrew Rybchenko [mailto:arybche...@solarflare.com] > Sent: Friday, January 18, 2019 9:29 PM > To: Hu, Jiayu > Cc: dev@dpdk.org; sta...@dpdk.org > S