anju Mary wrote:
> hai,
> Is the usage of the function skb_shinfo is valid in rtnet programming.In my
Nope, it isn't. RTnet's rtskbs have some different concepts do to strict
resource accounting, see rtnet/stack/include/rtskb.h for a short
introduction.
> ethernet driver
> static int tsi109_send
hai,
Is the usage of the function skb_shinfo is valid in rtnet programming.In my
ethernet driver
static int tsi109_send_packet(struct rtskb *skb, rtnet_device *dev)
{
tsi109_prv_data *data = dev->priv;//tsi109_prv_data *data =
(struct tsi109_prv_data *)(dev);
int i;
int frags =
2 matches
Mail list logo