netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h
@ 2007-08-02  9:23 Rami Rosen
  2007-08-02  9:26 ` David Miller
  0 siblings, 1 reply; 2+ messages in thread
From: Rami Rosen @ 2007-08-02  9:23 UTC (permalink / raw)
  To: netdev, linux-kernel

Hi,
  It seems that PACKET_FASTROUTE definition should be removed due to that
	fastroute is no longer supported.

Regards,
Rami Rosen
--


Signed-off-by: Rami Rosen <ramirose@gmail.com>
	
	
--- linux-2.6.23-rc1-clean/include/linux/if_packet.h	2007-05-03
12:07:59.000000000 +0300
+++ linux-2.6.23-rc1/include/linux/if_packet.h	2007-08-02
11:37:16.000000000 +0300
@@ -30,7 +30,6 @@ struct sockaddr_ll
 #define PACKET_OUTGOING		4		/* Outgoing of any type */
 /* These ones are invisible by user level */
 #define PACKET_LOOPBACK		5		/* MC/BRD frame looped back */
-#define PACKET_FASTROUTE	6		/* Fastrouted frame	*/

 /* Packet socket options */

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h
  2007-08-02  9:23 [RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h Rami Rosen
@ 2007-08-02  9:26 ` David Miller
  0 siblings, 0 replies; 2+ messages in thread
From: David Miller @ 2007-08-02  9:26 UTC (permalink / raw)
  To: ramirose; +Cc: netdev, linux-kernel

From: "Rami Rosen" <ramirose@gmail.com>
Date: Thu, 2 Aug 2007 12:23:41 +0300

> Hi,
>   It seems that PACKET_FASTROUTE definition should be removed due to that
> 	fastroute is no longer supported.

It's a value exported to userland, so removing it could
break application compilation, so we can't remove it.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2007-08-02  9:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-08-02  9:23 [RFC][PATCH] Removal of FASTROUTE definition include/linux/if_packet.h Rami Rosen
2007-08-02  9:26 ` David Miller

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).