iptables
Linux 커널이 와 유사 하지만 RapidIO 헤더를 기반으로 하는 RapidIO 패킷 필터링을 지원하는지 궁금합니다 .
답변1
지원되는 것 같습니다. Linux 커널에서 기능을 활성화하는 방법을 보여주는 이 기사를 찾았습니다.
CONFIG_RAPIDIO_DMA_ENGINE:
Say Y here if you want to use DMA Engine frameork for RapidIO data
transfers to/from target RIO devices. RapidIO uses NREAD and
NWRITE (NWRITE_R, SWRITE) requests to transfer data between local
memory and memory on remote target device. You need a DMA controller
capable to perform data transfers to/from RapidIO.
If you are unsure about this, say Y here.
Symbol: RAPIDIO_DMA_ENGINE [=n]
Type : boolean
Prompt: DMA Engine support for RapidIO
Defined at drivers/rapidio/Kconfig:25
Depends on: RAPIDIO [=y]
Location:
-> Bus options (PCI etc.)
-> RapidIO support (RAPIDIO [=y])
Selects: DMADEVICES [=y] && DMA_ENGINE [=y]
또한, RapidIO 기능은 kernel.org에서 논의됩니다.여기그리고여기.
마침내 나는 2005년 Linux 심포지엄(2권 - 캘리포니아주 오타와)에서 다음과 같은 제목의 프레젠테이션을 발견했습니다.Linux용 RapidIO. 43페이지의 PDF(실제로 문서의 35페이지)에는 RapidIO 지원을 논의하는 프레젠테이션 요약이 나와 있습니다.