xdp-tutorial
                                
                                 xdp-tutorial copied to clipboard
                                
                                    xdp-tutorial copied to clipboard
                            
                            
                            
                        Core affinity setting in xdp
I would like to know about, how to set core affinity during run to completion and poll mode options using xdp. Any specific api is there for this? @magnus-karlsson @tohojo
can we do affinity setting currently ?
Adarsh Sunilkumar @.***> writes:
can we do affinity setting currently ?
You can configure the hardware RSS to send packets to a specific RX-queue and pin the interrupts for that queue to a particular CPU. Or you can use CPUMAP to steer packets to a CPU after they're received...