diff options
author | Florin Coras <fcoras@cisco.com> | 2020-04-06 21:28:59 +0000 |
---|---|---|
committer | Dave Barach <openvpp@barachs.net> | 2020-04-07 14:46:47 +0000 |
commit | ba78e2380e86926c7e29bc3538eb7ac4e78699b1 (patch) | |
tree | f673f105517a6c63a75574cb597f61b966366570 /src/vcl/vppcom.c | |
parent | 59fea5a6a3fafe0a5a0d2f543db53af790013e3a (diff) |
udp session: jumbo frames and configurable mtu
Type: improvement
Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I6b750bef5df0f8544e05177ccd480f87a020832d
Diffstat (limited to 'src/vcl/vppcom.c')
-rw-r--r-- | src/vcl/vppcom.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/vcl/vppcom.c b/src/vcl/vppcom.c index dd37460a322..1591b0850a0 100644 --- a/src/vcl/vppcom.c +++ b/src/vcl/vppcom.c @@ -2012,7 +2012,6 @@ vcl_fifo_is_writeable (svm_fifo_t * f, u32 len, u8 is_dgram) return max_enq >= (sizeof (session_dgram_hdr_t) + len); else return max_enq > 0; - } always_inline int |