Question on KPI / NKE : ifp->snd
site_archiver@lists.apple.com Delivered-To: darwin-kernel@lists.apple.com Hi all, Thanks, Steve _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-kernel mailing list (Darwin-kernel@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-kernel/site_archiver%40lists.a... Not sure if -kernel or -drivers is the right list, please direct me if I guessed wrong. -drivers mentioned hardware drivers, and this is not talking to hardware, but a pure software network interface. I'm plodding my way through trying to convert the tun/tap driver over to the new KPI's. Maybe this is more work than I thought, but so far I've been replacing the mutex, mbuf, and ifnet stuff with the new "equivalents", however the tun/tap code is doing some work with the ifqueues on the interface, and I can see no API call to get this information, and you can not access the ifnet->snd structure element directly (for good reason, I know). I must be daft and overlooking it, or there is much more rework required than I was hoping was in there. Anyway, this is a learning project for me, surely Mattias will finish the rework before I do, even if it takes him a few weeks. :-) But, hope is good, and I may get it to work eventually and will have learned something in the process. This email sent to site_archiver@lists.apple.com
participants (1)
-
Steven Palm