[vpp-dev] Replace strongswan with VPP ?

2020-10-04 Thread jarek
Hello! I've just discovered VPP and I'm trying to understand it, so don't blame me for stupid questions. I have performance problem with IPSec tunnel terminated on server with strongswan - it looks that ipsec is working only on one core. Can I use VPP instead on strongswan, and exp

Re: [vpp-dev] ethernet-input vs. device-input?

2020-10-04 Thread hemant via lists.fd.io
Duh, got it, thanks. Hemant From: v...@barachs.net Sent: Sunday, October 04, 2020 7:20 AM To: hem...@mnkcg.com; vpp-dev@lists.fd.io Subject: RE: [vpp-dev] ethernet-input vs. device-input? Search for VNET_FEATURE_ARC_INIT and answer your own question. Here's the declaration of the

Re: [vpp-dev] ethernet-input vs. device-input?

2020-10-04 Thread Dave Barach
Search for VNET_FEATURE_ARC_INIT and answer your own question. Here's the declaration of the "device-input" arc, which explains why it's the right arc for use-cases which involve processing packets fresh from device drivers, prior to ethernet-input: VNET_FEATURE_ARC_INIT (device_input, sta