Re: [vpp-dev] Difference between PRE_INPUT and INPUT nodes

2018-11-22 Thread Prashant Upadhyaya
_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. >

Re: [vpp-dev] Difference between PRE_INPUT and INPUT nodes

2018-11-22 Thread Dave Barach via Lists.Fd.Io
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

Re: [vpp-dev] Difference between PRE_INPUT and INPUT nodes

2018-11-22 Thread Prashant Upadhyaya
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

Re: [vpp-dev] Difference between PRE_INPUT and INPUT nodes

2018-11-22 Thread Dave Barach via Lists.Fd.Io
@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

[vpp-dev] Difference between PRE_INPUT and INPUT nodes

2018-11-22 Thread Prashant Upadhyaya
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.