wushuhsu

Results 2 comments of wushuhsu

I'm using devtools-10 on CentOS 7. % uname -a Linux redacted-hostname 3.10.0-1160.31.1.el7.x86_64 #1 SMP Thu Jun 10 13:32:12 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux % gcc -v Using built-in specs....

*diff --git a/src/lib/transport/ip/netif_tx.c b/src/lib/transport/ip/netif_tx.c* *index cd19432..2cfadaf 100644* *--- a/src/lib/transport/ip/netif_tx.c* *+++ b/src/lib/transport/ip/netif_tx.c* @@ -198,6 +198,7 @@ void ci_netif_dmaq_shove2(ci_netif* ni, int intf_i, int is_fresh) } +#if CI_CFG_TCP_OFFLOAD_RECYCLER void ci_netif_dmaq_shove_plugin(ci_netif* ni, int intf_i,...