_state_t
> new_state)
>
> -Original Message-
> From: Prashant Upadhyaya
> Sent: Thursday, November 22, 2018 8:53 AM
> To: Dave Barach (dbarach)
> Cc: vpp-dev@lists.fd.io
> Subject: Re: [vpp-dev] Difference between PRE_INPUT and INPUT nodes
>
> Thanks Dave.
>
gt; make sure that a certain epoll(...) call happens at the top of the loop.
>
> D.
>
> -Original Message-
> From: vpp-dev@lists.fd.io On Behalf Of Prashant
> Upadhyaya
> Sent: Thursday, November 22, 2018 7:41 AM
> To: vpp-dev@lists.fd.io
> Subject: [vpp-dev] Diff
l happens at the top of the loop.
>
> D.
>
> -Original Message-
> From: vpp-dev@lists.fd.io On Behalf Of Prashant
> Upadhyaya
> Sent: Thursday, November 22, 2018 7:41 AM
> To: vpp-dev@lists.fd.io
> Subject: [vpp-dev] Difference between PRE_INPUT and INPUT node
@lists.fd.io
Subject: [vpp-dev] Difference between PRE_INPUT and INPUT nodes
Hi,
What is the difference between --
.type = VLIB_NODE_TYPE_PRE_INPUT
and
.type = VLIB_NODE_TYPE_INPUT
when the --
.state = VLIB_NODE_STATE_POLLING
Typically when should the PRE_INPUT be used and when the INPUT, would
Hi,
What is the difference between --
.type = VLIB_NODE_TYPE_PRE_INPUT
and
.type = VLIB_NODE_TYPE_INPUT
when the --
.state = VLIB_NODE_STATE_POLLING
Typically when should the PRE_INPUT be used and when the INPUT, would
appreciate any advice on this. My usecase needs to do a high speed
polling.