- Access exclusive content
- Connect with peers
- Share your expertise
- Find support resources
12-22-2016 03:39 AM
how will that packet flow ?
what does offload processor exacly do ? understanding of it
why it needs APP-ID completed
12-22-2016 04:09 AM
Hi @fatboy1607,
Once App-ID and Content Inspection are fully completed, the session and subsequent packets can be fully offloaded into the offload processor (FPGA chip). Ingress packets will never reach the Dataplane anymore and the FPGA offload chip will fully manage packet forwarding. This operation will alleviate the load on the Dataplane's cores.
Source + additional details : https://live.paloaltonetworks.com/t5/Learning-Articles/Differences-between-packets-in-slow-path-fast...
Session statistics and timers are maintained in software.
So, it is necessary for offload chip to send regular updates to sofware.
You can verify if a session has been offloaded with show session id <id_num> command.
For example:
> show session id 421199
Session 421199
c2s flow:
source: 172.24.12.116 [Untrust-L3]
dst: 192.168.41.21
proto: 6
sport: 43871 dport: 22
state: ACTIVE type: FLOW
src user: unknown
dst user: unknown
offload: Yes
...
Cheers,
-Kim.
Click Accept as Solution to acknowledge that the answer to your question has been provided.
The button appears next to the replies on topics you’ve started. The member who gave the solution and all future visitors to this topic will appreciate it!
These simple actions take just seconds of your time, but go a long way in showing appreciation for community members and the LIVEcommunity as a whole!
The LIVEcommunity thanks you for your participation!