Suricata configuration question

As far as i understand, autofp cannot be configured with “use-mmap” because it is exclusive to tpacket-v3?

Also, autofp can use zero copy mode?

af-packet:
  - interface: eth0
    cluster-id: 99
    cluster-type: cluster_flow
    defrag: yes
    use-mmap: yes
    mmap-locked: yes
    mmap-failures: 5
    tpacket-v3: yes
    tpacket-v3-mode: auto
    tpacket-v3-poll: yes
    auto-fp: yes
    zero-copy: yes