Linux Kernel Mailing List wrote:
> commit 4e8a5201506423e0241202de1349422af4260296
> tree e562a6cdbee37e3805551af92b264fa93d722c4b
> parent 6a43487f43fbd4e03c606dcb62b98374a3af88fc
> author David S. Miller <[EMAIL PROTECTED]> 1161576033 -0700
> committer David S. Miller <[EMAIL PROTECTED]> 1161576033 -0700
> 
> [PKT_SCHED] netem: Orphan SKB when adding to queue.
> 
> The networking emulator can queue SKBs for a very long
> time, so if you're using netem on the sender side for
> large bandwidth/delay product testing, the SKB socket
> send queue sizes become artificially larger.
> 
> Correct this by calling skb_orphan() in netem_enqueue().
> 
> Signed-off-by: David S. Miller <[EMAIL PROTECTED]>
> 
>  drivers/pci/quirks.c  |    4 ++--
>  net/sched/sch_netem.c |    2 ++
>  2 files changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/pci/quirks.c b/drivers/pci/quirks.c
> index e8a7f1b..ecf8e4d 100644
> --- a/drivers/pci/quirks.c
> +++ b/drivers/pci/quirks.c
> @@ -1634,7 +1634,7 @@ DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_N
>   * is marked here since the boot video device will be the only enabled
>   * video device at this point.
>   */
> -
> +#if 0
>  static void __devinit fixup_video(struct pci_dev *pdev)
>  {
>       struct pci_dev *bridge;
> @@ -1663,7 +1663,7 @@ static void __devinit fixup_video(struct
>       }
>  }
>  DECLARE_PCI_FIXUP_HEADER(PCI_ANY_ID, PCI_ANY_ID, fixup_video);
> -
> +#endif


This part looks like you accidentally committed it.

-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to