Đang chuẩn bị liên kết để tải về tài liệu:
Understanding Linux Network Internals 2005 phần 3

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

bằng cách sử dụng cơ chế cũ thời của một lá cờ một lần. Dev_boot_phase biến toàn cầu đã được sử dụng như là một lá cờ Boolean để nhớ cho dù net_dev_init phải được thực hiện. Nó được khởi tạo 1 (tức là, net_dev_init đã không được thực hiện) và đã được dọn sạch net_dev_init. Mỗi register_netdevice thời gian được | This document was created by an unregistered ChmMagic please go to http www.bisenter.com to register it. Thanks. low latency and scalable. Both networking softirqs are higher in priority than normal tasklets tasklet_softirq but are lower in priority than high-priority tasklets hi_softirq . This prioritization guarantees that other high-priority tasks can proceed in a responsive and timely manner even when a system is under a high network load. The internals of the two handlers are covered in the sections Processing the NET RX SOFTIRQ net rx action in Chapter 10and Processing the NET TX SOFTIRQ net tx action in Chapter 11. 4 PREV NEXT Simpo PDF Merge and Split nnregi2tered Ạergion - Pttp www.2impopdf.com This document was created by an unregistered ChmMagic please go to http www.bisenter.com to register it. Thanks 4 PREY NEXT 9.4. softnet_data Structure We will see in Chapter 10 that each CPU has its own queue for incoming frames . Because each CPU has its own data structure to manage ingress and egress traffic there is no need for any locking among different CPUs. The data structure for this queue softnet_data is defined in include linux netdevice.h as follows struct softnetdata int throttle int cng_level int avg_blog input_pkt_queue poll_list output_queue completion_queue backlog_dev struct sk_buff_head struct list_head struct net_device struct sk_buff struct net_device The structure includes both fields used for reception and fields used for transmission. In other words both the NET_RX_SOFTIRQ and NET_TX_SOFTIRQ softirqs refer to the structure. Ingress frames are queued toinput_pkt_queue and egress frames are placed into the specialized queues handled by Traffic Control the QoS layer instead of being handled by softirqs and the softnet_data structure but softirqs are still used to clean up transmitted buffers afterward to keep that task from slowing transmission. You will see inChapter 10 that this is no longer true for drivers using NAPI. 9.4.1. Fields of .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.