Branch: refs/heads/master
Home: https://github.com/Linaro/odp
Commit: 373f97f88d327ca0e211df33d6fcaad0b9188a1c
https://github.com/Linaro/odp/commit/373f97f88d327ca0e211df33d6fcaad0b9188a1c
Author: Matias Elo <[email protected]>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M platform/linux-generic/include/odp_packet_socket.h
M platform/linux-generic/pktio/socket.c
Log Message:
-----------
linux-gen: socket: remove limits for maximum RX/TX burst size
Remove unnecessary limits for maximum RX/TX burst size.
Fixes: https://bugs.linaro.org/show_bug.cgi?id=3039
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Commit: 248ebf35eaf51d962e9d14a4e2c541d3cbc96268
https://github.com/Linaro/odp/commit/248ebf35eaf51d962e9d14a4e2c541d3cbc96268
Author: Matias Elo <[email protected]>
Date: 2017-06-14 (Wed, 14 Jun 2017)
Changed paths:
M platform/linux-generic/pktio/socket.c
Log Message:
-----------
linux-gen: socket: streamline sock_mmsg_recv() function
Use the same main code path when operating with or without classifier.
Signed-off-by: Matias Elo <[email protected]>
Reviewed-and-tested-by: Bill Fischofer <[email protected]>
Signed-off-by: Maxim Uvarov <[email protected]>
Compare: https://github.com/Linaro/odp/compare/7cf390d11e69...248ebf35eaf5